xen: arm: introduce uImage probe function for Dom0
authorOleksandr Dmytryshyn <oleksandr.dmytryshyn@globallogic.com>
Thu, 28 Aug 2014 10:54:21 +0000 (13:54 +0300)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 8 Sep 2014 10:42:02 +0000 (11:42 +0100)
commit492e5b21b7ecfbbb59df1fc9ead2a94981514cc8
treed076f57d07c838a1b53de80dc7eda375a118d3d5
parent489ddd21e3bb7782902a2e983183c7b2f64a8fef
xen: arm: introduce uImage probe function for Dom0

Patch adds a possibility to boot dom0 kernel from uImage.

uImage header format:
http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=blob;f=include/image.h

Signed-off-by: Oleksandr Dmytryshyn <oleksandr.dmytryshyn@globallogic.com>
Reviewed-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
[ ijc -- fixed up coding style nit to be consistent with surrounding,
         but differently wrong, coding style.
         s/Not supported/Unsupported/
         s/uimage->arch/uimage.arch/ ]
xen/arch/arm/kernel.c